home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 109
/
Vol 109.iso
/
games
/
stepp000.swf
/
scripts
/
DefineSprite_2557
/
frame_10
/
DoAction.as
Wrap
Text File
|
2008-11-12
|
515b
|
25 lines
if(_root.CacheCraque.hitTest(_root.Portail.Feu.FeuParti.FeuExplose))
{
set("/Variables:NbFeuTouche",eval("/Variables:NbFeuTouche") + 1);
if(eval("/Variables:NbFeuTouche") == 4)
{
tellTarget("_root.Portail")
{
gotoAndStop("Explose");
play();
}
}
else
{
tellTarget("_root.Sons")
{
gotoAndStop("SndCraque");
play();
}
tellTarget("_root.Portail.Craque")
{
nextFrame();
}
}
}